home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / emulation / fmsx_2.2 / arexx / version.fmsx < prev   
Text File  |  1999-06-14  |  232b  |  17 lines

  1. /*    This is an ARexx script for use with fMSX Amiga.
  2.  
  3.     $VER: version.fmsx 2.2 (6.6.99)
  4.  
  5.     This script shows the version number of fMSX.
  6. */
  7.  
  8. options results
  9.  
  10. address FMSX.0
  11.  
  12. version
  13.  
  14. say "You are currently running fMSX Amiga" result
  15.  
  16.  
  17.